ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / AutoComplete<T> Class / IsEditable Property

In This Topic
    IsEditable Property (AutoComplete<T>)
    In This Topic
    Gets or sets a value that enables or disables editing of the text in the input element of the control (defaults to true).
    Syntax
    'Declaration
     
    Public Overridable Property IsEditable As Boolean
    public virtual bool IsEditable {get; set;}
    See Also